C1SelectionManager.IsSelected<T> Delegate
Used to get the current state of an item (selected/unselected).
'Declaration
Public Delegate Function C1SelectionManager.IsSelected(Of )( _
ByVal As _
) As Boolean
public delegate bool C1SelectionManager.IsSelected<>(
)
Parameters
- item
- The item to get the state
Type Parameters
- T
Return Value
True if the item is selected, False otherwise